VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Processing.Analyzers Namespace / CompoundAnalyzerResult<TValue> Class
Члены типа Объект Синтаксис Иерархия Требования Смотрите также
В этом разделе
    Класс CompoundAnalyzerResult<TValue>
    В этом разделе
    Сохраняет результат обработки анализатора соединений.
    Объектная модель
    IProcessingCommandInfo CompoundAnalyzerResult<TValue>
    Синтаксис
    'Declaration
    
    Public Class CompoundAnalyzerResult(Of TValue
    The type of the processing result value.
    ) Inherits AnalyzerResult(Of TValue)
    public class CompoundAnalyzerResult<TValue> : AnalyzerResult<TValue>
    
    
    public __gc class CompoundAnalyzerResult<TValue> : public AnalyzerResult<TValue*>*
    
    
    generic<typename TValue>
    public ref class CompoundAnalyzerResult : public AnalyzerResult<TValue^>^
    
    

    Type Parameters

    TValue
    The type of the processing result value.
    Иерархия наследования

    System.Object
       Vintasoft.Imaging.Processing.ProcessingResult
          Vintasoft.Imaging.Processing.Analyzers.AnalyzerResult
             Vintasoft.Imaging.Processing.Analyzers.AnalyzerResult<TValue>
                Vintasoft.Imaging.Processing.Analyzers.CompoundAnalyzerResult<TValue>
                   Vintasoft.Imaging.Processing.Analyzers.ComparerResult<TValue>

    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также